crypto/internal/fips140/aes/gcm.GCM.sealAfterIndicator (method)
6 uses
crypto/internal/fips140/aes/gcm (current package)
gcm.go#L65: return g.sealAfterIndicator(dst, nonce, plaintext, data)
gcm.go#L68: func (g *GCM) sealAfterIndicator(dst, nonce, plaintext, data []byte) []byte {
gcm_nonces.go#L98: return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
gcm_nonces.go#L145: return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
gcm_nonces.go#L197: return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
gcm_nonces.go#L251: return g.g.sealAfterIndicator(dst, nonce, plaintext, data)